docs(signal-forms-part4): Add Directive Composition API refactoring s…#88
Open
d-koppenhagen wants to merge 1 commit intomainfrom
Open
docs(signal-forms-part4): Add Directive Composition API refactoring s…#88d-koppenhagen wants to merge 1 commit intomainfrom
d-koppenhagen wants to merge 1 commit intomainfrom
Conversation
…ection - Remove duplicate line about removing ariaInvalidState() method - Add comprehensive section on refactoring with Directive Composition API - Document how to compose FormField into FieldAriaAttributes directive - Explain hostDirectives configuration and input forwarding - Add warning about input aliasing limitation and GitHub issue reference - Document removal of FormField import to prevent duplicate instantiation - Show simplified template example with single [formField] binding - Update summary to include Directive Composition API refactoring - Improves template clarity and reduces error-prone duplicate bindings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…ection
Related Demo Code Changes:
angular-buch/signal-forms-registration#17